home *** CD-ROM | disk | FTP | other *** search
/ The Scorpion King Cardz / The Scorpion King Cardz - Disc 1 - Mathays.iso / pc / assets / scorp_game_win.dxr / 00018_install frame.ls < prev    next >
Encoding:
Text File  |  2002-03-26  |  577 b   |  22 lines

  1. global pTheFileName, pTheFileAndPath, gScreenSaverInstalled
  2.  
  3. on exitFrame me
  4.   if the platform contains "mac" then
  5.     Fobj = 0
  6.     Fobj = xtra("FileXtra3").new()
  7.     theControlFolder = Fobj.fx_FolderGetSpecialPath("kControlPanelFolderType")
  8.     theControlFolder = theControlFolder & pTheFileName
  9.     intVar = Fobj.fx_FileCopy(pTheFileAndPath, theControlFolder)
  10.     if intVar then
  11.     else
  12.       go("error")
  13.     end if
  14.   else
  15.     theFinal = the moviePath & "screensaver\win\" & pTheFileName
  16.     open(theFinal)
  17.   end if
  18.   gScreenSaverInstalled = 1
  19.   Fobj = 0
  20.   startTimer()
  21. end
  22.